home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / vmix285.zip / VMIX.INI < prev    next >
INI File  |  1993-05-05  |  4KB  |  79 lines

  1. ;--- VMiX.INI  SAMPLE CONFIGURATION FILE  (Ver 2.85)
  2. ;--- This file is optional and, if found, it will be processed by VM_BOOT.EXE
  3. ;--- (everything after an ';' is a comment)
  4. ;
  5.  
  6. [access passwords]
  7. ;----------------- sample access passwords
  8. ;
  9. ;--- The first time (and everytime) that the Section [access passwords]
  10. ;--- is found, the original VMiX.INI file is copied to VMiX.BAK and all
  11. ;--- access pswds are encrypted and the name of this Section changed to
  12. ;--- [encrypt passwords].  Remove the unencrypted file VMiX.BAK, so that
  13. ;--- the original passwords remain secret to all other users.
  14. guest
  15. superuser
  16. password
  17.  
  18. [remote startup]
  19. ;----------------- Starts an automatic login shell or user program
  20. ;----------------- when a COMM port line is answered for remote callers.
  21. ;
  22. ;--- The [remote startup] Section for user logins is ONLY processed,
  23. ;--- when VSETUP.EXE is given as an argument to the 'set remote -l' command
  24. ;----------------- set remote -l2 vsetup
  25. ;--- or
  26. ;----------------- set remote -l1 c:\vmix\vsetup.exe
  27. ;
  28. ;----------------- The command line you give here, will be invoked
  29. ;----------------- for all incomming COMM port calls or direct connects,
  30. ;----------------- after you issue the command 'set remote -l???? vsetup.exe',
  31. ;----------------- where ???? is the COMM port channel (1 - 4).
  32. ;----------------- If the above command is in effect, when a COMM port
  33. ;----------------- login attempt is detected, VSETUP.EXE will be executed.
  34. ;----------------- VSETUP first validates the input user password with
  35. ;----------------- the valid encoded passwords in VMiX.INI.  After
  36. ;----------------- validation, VSETUP.EXE will pass control to the VMiX
  37. ;----------------- command line given below.  Only one line allowed, but
  38. ;----------------- multiple commands/programs can be entered, separated 
  39. ;----------------- by a '/' delimiter.
  40. ;
  41. ;----------------- 'set remote -l????' by itself, without VSETUP.EXE
  42. ;----------------- restores the default VMiX shell (where access
  43. ;----------------- passwords are not checked).
  44.  
  45. rshell             ;replace with your own user program or batch file
  46.  
  47. [startup]
  48. ;----------------- All single or multi-command lines you give here, will
  49. ;----------------- be executed during VMiX startup.
  50. ;
  51. ;----------------- This method is an alternative to giving all your
  52. ;----------------- configuration commands in a long vm_boot command line.
  53. ;----------------- If you have both a VMiX.INI and startup commands at the
  54. ;----------------- command line, the .INI will execute first followed by
  55. ;----------------- the command line commands!
  56. ;
  57. ;----------------- It is better to use a single line per 'dosjob' command.
  58. ;----------------- For other commands, concatenate as many as possible on
  59. ;----------------- a single line.
  60. ;----------------- (each line is processed by a different VMiX process).
  61. ;----------------- Once a 'dosjob', 'spawn', or 'loadup' command is
  62. ;----------------- encountered on a line, all commands after it are processed
  63. ;----------------- by the new 'dosjob', 'spawn' or 'loadup' task.
  64.  
  65. ;set re -x/set vi -s/set sys -c    ;UNCOMMENT THESE 2 LINES FOR MENU START
  66. ;do -W /set process -d5/vw         ;UNCOMMENT THESE 2 LINES FOR MENU START
  67. ;set remote -l1 vsetup/set baud -c1 2400 ;UNCOMMENT THIS LINE FOR COM1 USER
  68. ;set remote -l2 vsetup/set baud -c2 2400 ;UNCOMMENT THIS LINE FOR COM2 USER
  69. ;UNCOMMENT THE LINE BELOW TO ALLOW USER LOGINS AT ALL COMM PORTS 1/2/3/4
  70. ;se re -l1 vsetup/se re -a/se ba -c1 24/se ba -c2 24/se ba -c3 24/se ba -c4 24
  71. ;se re -x/se re -i                 ;UNCOMMENT THIS LINE TO RUN COMM PROGRAMS
  72. ;                                  ;WITHOUT INTERFERANCE FROM VMiX POLLING
  73. ;do /set process -d5/dir c:\       ;JUST A dir TEST WITH 5sec. DELAY
  74. ;loadup vm_boot                    ;UNCOMMENT THIS LINE TO LOAD VMiX HIGH
  75. ;loadup vm_b                       ;OR UNCOMMENT THIS LINE for the Small Ver.
  76. ;                                  ;THEN, START VMiX WITH: vm_boot ems=ffff
  77. ;                                  ;                   OR: vm_b ems=ffff
  78.  
  79.